CodeIgniter Forums
Beginner... any open source project to start? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Beginner... any open source project to start? (/showthread.php?tid=67620)



Beginner... any open source project to start? - Gtya - 03-16-2017

Hello Smile

i am very new to CodeIgniter and starting to learn Smile ... it seems it will be suitable to my future needs, and so i was able to manage to follow some early basic tutorials on the web, but now i am quite stuck : i go very slowly on the further real steps.

i would like to mix in a kind of skeleton project : CodeIgniter 3.x with AdminLte and a Ion Auth login system

is there anywhere some clear/easy tutorial about this ?


or any an open source project with downloadable sources to learn and study that?

(ok having both will be the best Wink)

thank you for any help & have a nice day

i was able to find some, but their sql structures is way too much complicated to me - one has his tables in indonesian Sad - or there are some others libraries hidden that make my understanding even worst.


RE: Beginner... any open source project to start? - InsiteFX - 03-16-2017

See the CodeIgniter Tutorials here:

Avenir


RE: Beginner... any open source project to start? - cartalot - 03-16-2017

not the complete list but a good starting point:
https://github.com/codeigniter-id/awesome-codeigniter


RE: Beginner... any open source project to start? - Gtya - 03-17-2017

thank you, yes i followed the tutorial of "Avenir", thank you for the library links too

i would have wanted a sketelon project but so i will continue to learn Smile

and i tried such projects like : https://github.com/ilhamaulia19/myIgniter as a skeleton but most of the time they are not working out-of-the-box or used complex architecture, this one would have have be a perfect start : https://github.com/avenirer/CodeIgniter-multilanguage-site but so, i am fighting a lot to understand what should be removed to have only the authentification system and not the "main" functionalities of the application.


RE: Beginner... any open source project to start? - Avenirer - 03-21-2017

(03-17-2017, 04:49 AM)Gtya Wrote: thank you, yes i followed the tutorial of "Avenir", thank you for the library links too

i would have wanted a sketelon project but so i will continue to learn Smile

and i tried such projects like : https://github.com/ilhamaulia19/myIgniter as a skeleton but most of the time they are not working out-of-the-box or used complex architecture, this one would have have be a perfect start : https://github.com/avenirer/CodeIgniter-multilanguage-site but so, i am fighting a lot to understand what should be removed to have only the authentification system and not the "main" functionalities of the application.

https://github.com/avenirer/Base-CI


RE: Beginner... any open source project to start? - Gtya - 03-22-2017

(03-21-2017, 06:42 AM)Avenirer Wrote: https://github.com/avenirer/Base-CI

thank you a lot Smile

and so @Avenirer , i have to thank you also for your great tutorials Smile and your codes like the postal library... at first everything was quite difficult to me but then , it helps a lot and well , even going from the multilanguage to "my smaller version" was quite a good learning, even if i had still a lot to do.

i just miss your next great tutorial on how to integrate GroceryCrud or any other CRUD-like library with an Boostrap or AdminLte CSS theme ^^ to one of your already written teaching project Wink


RE: Beginner... any open source project to start? - markusnippet - 04-12-2017

(03-16-2017, 10:56 AM)InsiteFX Wrote: See the CodeIgniter Tutorials here:

Avenir

I also started with these tutorialsSmile Very good.


RE: Beginner... any open source project to start? - Paras - 09-06-2017

(03-16-2017, 10:56 AM)InsiteFX Wrote: See the CodeIgniter Tutorials here:

Avenir

Thanks for CI Tutorials Smile