Hello. I have problem with relationship three table. We have the tables users - id - username compa...
I have table in database Posts - id - content - parrent_id all posts will insert this table and all...
I am using this package https://github.com/oriceon/oauth-5-laravel Everything is good with Facebook...
i make search page. i get full urll with code Request::fullUrl() http://demo.com/search?query=keywor...
Example $post = Post::with('categories')->first(); one post relationship to many categories How...
With window pc please use manual install. I think quick installer working well on linux.
This is my rule for register and it work for me. Model public static $register_rules = [ 'fullname...
All thank for all. My database relationship wrong. i just redesign my database
in routes.php you add all your route before example route Route::get('{name}','ProductController@get...
The Laravel portal for problem solving, knowledge sharing and community building.