128 questions
Installing laravel in the local environment.The installation of larvel-admin failed, although it worked fine in itself.I installed larvel-admin#v1.4.5https://packagist.org/packages/encore/laravel-admi...
I'm working on a form with Raveladmin. to build select elements$director=['John' = > 1,'Smith' = > 2,'Kate' = > 3,];$form->select('director', 'Director') ->options($director);The value ...
I wanted to publish Ravel's project at the URL of the subdirectory because each server requires a certificate for a name-based virtual server.If you set it up and connect with hoge.com/subdir, it will...
If you want to multilingualize validation messages (this time in Japanese), /resources/lang/ja/validation.phpIn the attributes array of the above files field name =>Japanese name The field name is ...
When we do the pagination in Ravel 5.0, we try to link the page with the letters Next and Prev without displaying the page number.Normally, you would use simplePaginate(), but render() displays only t...
·Table ConfigurationThe item is the article table and the channel is the site table.The channel versus item is one-to-many.item:article tablechannel:site tableWhat I want to do is to get articles for ...
Ravel 5.1 introduces a new Middleware Parameters feature that allows you to pass your own parameters to Middleware, but due to PHP version requirements, you are forced to use Ravel 5.0.I am trying to ...
I use laravel 4.2.If there is an error in view, etc., Trying to get property of non-objectError messages such as are displayed, but the number of lines of error is not displayed.Is it possible to disp...
I use laravel 4.2.If there is an error in view, etc., Trying to get property of non-objectError messages such as are displayed, but the number of lines of error is not displayed.Is it possible to disp...
In PHP:I would like to have the schema of the table changed in the development environment be reflected programmably in the production environment. What kind of management do you recommend?As I use PH...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.