I'm new to Laravel put like what I see so far. Here's my issue. In my example app I have 2 models...
If i'm copy the url of the home page and paste it into another browser it should go to the login pag...
I have: class ProfilesController extends BaseController { public function getTest() { return Vie...
Here's my Level model: class Level extends Eloquent { protected $table = "levels"; }...
Hello, My query is returning the wrong product. My Order.php has a relation of public function items...
How do i unhash a password I want to display the password in a textfield inside my app? I uses Hash:...
These are my models User public function posts() { return $this->hasMany('Post'); } P...
Lets start with three examples: <link rel="stylesheet" href="assets/css/app.css&qu...
Pastbin is always easier, see http://laravel.io/bin/dm73 For some reason it doesnt find the class, i...
$userCollection = DB::table('collections') ->whereIn('user_id', array())...
Is there any fast method to change values into files like language files (php) or json files?
Hi, I'm having a problem. Using migrations I create the following field: $table->boolean('is_clos...
Hey, I'm trying to build a query where I want only courses that belong to a user_id are displayed. H...
The following would give me collection without Items. $collectionList = Collection::where('user_id',...
Hi, First question: What options should foreign keys use? Guarded? I have an Article object that has...
Hi, What would be the best method to set up a script/command to run through general migrations as we...
Hi, Q1, Is there anyway i can see how Memcache works? with laravel? What does Laravel set in the Key...
I have this view code (hello.php) <!DOCTYPE html> <html> <head> <meta name=&quo...
i have moved my website from hosting to server .. i modified the database.php with the new infos .....
Hello All, I have a self project. I am trying to create an application that can track my financial s...
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