Support the ongoing development of Laravel.io →

Stol3x

Joined 18 Sep 2014

Statistics

Threads 2
Replies 13
Solutions 2
Articles 0
posted 9 years ago

Migrate single table

I've created new migration for new table in database. When I try to "php artisan migrate"...

0 Likes
3 Replies
posted 9 years ago

Website gone wild

At my resolution website goes wild. Like this: http://prntscr.com/4obxn8 1024px x 768px is my resolu...

0 Likes
1 Replies
replied 9 years ago

Laravel DigitalOcean tutorial

Setup LAMP. Install composer. Install laravel. Upload your project files. Domain set up in DO DNS. P...

0 Likes
replied 9 years ago

Input::all() and Storing user issue with password_confirmation field

Afaik, user model will automatically hash field named "password". I think this is a bad id...

0 Likes
replied 9 years ago

Check which submit is clicked

You can check it via Input::get('submit_button_name');

0 Likes
replied 9 years ago

Beginner Needs help

function edit(ClientSite $clientSite) { ... } What this supposed to mean? ClientSite? Is it a cons...

0 Likes
replied 9 years ago

show obj from DB by obj's id

If you're searching for specific ID try: $object = YourModel::find($id); // your id here OR: $objec...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.