i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...
Is it possible import missing Laravel functionality such as db migrations to Lumen?
I have a couple of packages that have controllers and routes. For example the route admin/log points...
I do have this certain file defined in the manifest. But elixir() throws "not defined in asset...
When i run gulp on my server i get this error [06:17:51] Finished 'default' after 1.04 s [06:17:57]...
this does not have anything to do with laravel. You can set up a subdomain or add another domain and...
check your db schema. also consider using eloquent's attribute casting. so the status is always stor...
i dont think it will make any difference performance wise if you convert it to laravel. if you still...
is your memcached server running? you need both the extension and the server installed
why use an old version? frameworks update and apps needs to update too.. it's not just a matter of s...
The Laravel portal for problem solving, knowledge sharing and community building.