Hi guy, i got the problem when i deploy all the files to server. All files under /themes/default/ass...
Hi, I'm very much new to Laravel, and I'm trying to create a route Route::group(['middleware' =>...
I have a UserController and i have made a custom login function in it. public function login(Request...
Hi all, I am currently working on a very dynamic form in which fields can be added and modified at t...
I am new to laravel. i have seen some related posts but i could not find right answer. I made an aut...
Hello, So everything was working brilliant before I shut my laptop down and rebooted it, and when I...
Hi guys, First post here - so sorry if wrote things a little incorrectly or unclear. I've been usin...
I am searching for pagination example using scroll. i am currently using la-ravel 4 without blade. P...
Hi all, Just wondering, the XSRF Token cookie provided by Laravel 5.1 isn't created with a HttpOnly...
I whant change defaule auth table -- users, // migartions/2014_10_12_000000_create_users_table.ph...
I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...
So here's the situation: The developer is on the higher end of proficient in PHP skills, understands...
patternlab.io is a great approach to designing websites in a modular way. I like the idea and want...
Hello, how can I join two tables with firstOrCreate method? for example I wanna get a row of a table...
Hello, I just started learning Laravel from this series: https://laracasts.com/series/laravel-5-from...
I am dealing with a restful api. Each controller deals with one type of object. Now the wish is to u...
I have similar problem in Laravel 5.1 I have route like that $oldRequest url: /test1 method: post da...
So everything was working perfectly in version 5.1 of my laravel project but after upgrading to 5.2...
I want an array of checkboxes to get the either the old value or the value stored in the database, i...
iwebroot liked this thread
Hello Guys, Here is my design database: Booking: id, status, transaction BookingItemOfferPair: i...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community