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...
You can use {{ Form::text('membership_start', null, array('type' => 'text', 'class' => 'form-c...
You can use .htaccess as a solution. Or you can solution second to don't use public folder
sayasuhendra said: just type this echo '<script type="text/javascript">' , '...
You can use .htaccess same <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*...
You can install laravel-debugbar https://github.com/barryvdh/laravel-debugbar to see error or you ca...
The Laravel portal for problem solving, knowledge sharing and community building.