Home

Awesome

Welcome to TODOParrot

TODOParrot (http://www.todoparrot.com) is the companion project to the book, Easy Laravel 5 (http://easylaravelbook.com), written by bestselling author W. Jason Gilmore. Feel free to use the TODOParrot code as a learning aide, and if you'd like to learn even more about Laravel head on over to EasyLaravelBook.com and find out what the book has to offer!

Useful Features for Laravel Newbies

If you're new to Laravel consider paying particular attention to the following TODOParrot features:

TODOParrot is a Work in Progress

As LinkedIn founder Reid Hoffman famously said, "If you are not embarrassed by the first version of your product, you've launched too late." TODOParrot was created solely with the intention of helping fellow developers get acquainted with Laravel 5 features and Laravel in general, so it's silly for me to not just release what's in place now because even if not finished there's still plenty to learn from.

Future versions will include:

Installing TODOParrot

To install TODOParrot you can clone the repository:

$ git clone https://github.com/wjgilmore/todoparrot.git 

Or if you're not familiar with Git (you really should learn), you can download the zip file. After downloading the file, unzip it to a convenient location.

Next, enter the project's root directory and install the project dependencies:

$ composer install

Next, configure your database (config/database.php). See Chapter 3 for more details about database configuration. Once complete, create the database and then run the migrations:

$ php artisan migrate

Next, seed the database:

$ php artisan db:seed

Finally, fire up the PHP development server (php artisan serve) or navigate to the appropriate Homestead URL and play around with the application!

I'm still working on the unit tests however several are already in place. If you'd like to run the tests you should first create a test database and then assign that name to the phpunit.xml DB_DATABASE environment variable. You can run them by executing the following command from the project root directory:

$ vendor/bin/phpunit

Frequently Asked Questions

Why did you implement ______ this way?

I rebuilt the early test version of TODOParrot over two frenzied afternoons after finishing the book. Some of the code needs to be refactored and can be improved. But most of what you find in the code should nonetheless be pretty helpful in terms of learning more about Laravel.

Can I adopt the code for my own purposes?

Yep as long as you abide by the terms of the license.

Can I ask you questions?

Yep. E-mail me at wj@wjgilmore.com.

Do you offer book discounts?

Sometimes. To celebrate the availability of this companion project, I've embedded this easter egg here, good for 20% off the book when purchasing via Gumroad or Leanpub. Use the code easteregg when checking out to receive the discount. Head over to http://easylaravelbook.com for more information about the book and for purchase links.

Your code is just plain wrong

That doesn't surprise me one bit. Send me a pull request.

License

TODOParrot is licensed under the MIT license. If you find something wrong with the code or think it could be improved, I welcome you to create an issue or submit a pull request!

The home page image is copyright 2014-2016 W. Jason Gilmore (wj@wjgilmore.com). It may not be used for any purpose without express written permission from its copyright holder. Also, please do not use the name TODOParrot. I kind of like it.