-
I have a strange situation with one of the routes
```
Route::get('/v1/user/locks', 'UserLockController@index');
```
When standalone - works as expected.
When I place it inside the group:
```
…
-
is it also possible to generate migration code automatically? that would save a lot of time.
For example :
```
yii migrate/create CreatePost --fields=title:string(10):notNull,body:text:notNull
```
…
-
I know the finalized instructions aren't out yet, but it sure would be nice to have some quick temp instructions after all the changes to set up and test, with the new bootstrap as part of the config,…
-
Okay, I'm building out a service on ec2 (ubuntu 64 bit 14.04LTS) on a application that I've built locally on my mac that works just fine.
The problem is that route:list doesn't find one specific rout…
ghost updated
9 years ago
-
I've given the framework a bit of a restructure so it main files are outside of the web root by default and the only files that should be inside the web root are the templates, .htaccess and index.php…
-
`php artisan route:list` displays the class name of the middleware instead of the middleware name when Dingo/Api is enabled.
-
Thanks for your efforts to make querying Elasticsearch using Laravel a breeze. Any plans to port this to Laravel 5 support soon?
-
Although this may be nothing to do with your code, do you have any tips for speed on gae?
I have a vps and gae running the same code and the vps averages 200ms response times, where as app engine aver…
-
Hi Zack how r u ? i am having a problem in the virtual machine php server. i can not bypass the login authentication page. none of my Post and Get method is getting served although the route file is p…
-
I integrated NeoEloquent with my laravel project as instructed and wrote a registration form and managed to store form data into neo4j DB. I want a login form which can check the registration data and…