Series Archives: Laravel for the Complete Beginner

Named Routes in Laravel

This entry is part 3 of 3 in the series Laravel for the Complete Beginner

Today we’ll be covering using named routes in Laravel, which will ultimately make our lives easier in building our final web application. This is part of a series of posts designed to help a newcomer to the Laravel PHP framework find their way around. By the time this series is through, we’ll know the ins [...]

Posted in Tutorials | Leave a comment

Prettifying Laravel URLs

This entry is part 2 of 3 in the series Laravel for the Complete Beginner

Laravel is a great PHP framework, but unfortunately it’s default URLs have index.php in them. Today, we’ll be covering how to fix this problem by providing a solution for both Apache and nginx servers!

Posted in Tutorials | 4 Comments

Install & Setup Laravel in 3 Easy Steps

This entry is part 1 of 3 in the series Laravel for the Complete Beginner

A while ago we wrote an article reviewing Laravel, a new PHP framework. Today, we’re kicking off a series to teach you more about it! This is the first of a series of posts designed to help a newcomer to the Laravel PHP framework find their way around. By the time this series is through, [...]

Posted in Tutorials | 2 Comments